getPaddingEnd

open fun getPaddingEnd(@NonNull view: View): Int(source)

Deprecated

Call getPaddingEnd directly.

Returns the end padding of the specified view depending on its resolved layout direction. If there are inset and enabled scrollbars, this value may include the space required to display the scrollbars as well.

Return

the end padding in pixels

Parameters

view

The view to get padding for